home *** CD-ROM | disk | FTP | other *** search
/ Computer Inter@ctive 16 / Computer Interactive cdrom 16 - dic 98.iso / zdnetit / content / ARACHE.ZIP / APM.TXT < prev    next >
Encoding:
Text File  |  1998-10-05  |  1.5 KB  |  40 lines

  1.  
  2. How to create Arachne Packages (.APM)
  3. -------------------------------------
  4.  
  5. APM file is simply normal ARJ archive. It is handled by freeware UNARJ.EXE
  6. included in Arachne package. It will be unpacked to Arachne directory. It
  7. is good idea to place more complex upgrades to separate directories.
  8.  
  9. APM package can contain any Arachne plug-in, DGI script, or patch - for
  10. example multimedia player, different font set, or simply just APM.ID file
  11. with list of changes to Arachne configuration files.
  12.  
  13. Only rule is, that APM package must containg file called APM.ID with
  14. following structure:
  15.  
  16. ---cut---
  17. [arachne-package]
  18. [APMicon=URL of package icon (eg. file:ZIP.IKN) - must be on first line!]
  19. Name=name of the package
  20. License=freeware,shareware, commercial, public domain ... GNU, copyright ..
  21. Description=some information about this package
  22. [Description=....more lines]
  23. [Mime=valid MIME.CFG line (MIME type will be replaced or added)]
  24. [Mime=...]
  25. [Icon=valid WWWMAN.CFG line]
  26. [Icon=...]
  27. [Config=valid ARACHNE.CFG line]
  28. [Config=...]
  29. [Overwrite=name of package which is overwritten/deactivated (without .APM!)
  30. [Overwrite=...]
  31. ---cut---
  32.  
  33. You can use HTML tags in Name, License and Description variables.
  34.  
  35. Please send all your public APM packages or information about them to me
  36. (xchaos@main.naf.cz), because *REQUIRED* starting URL for APM packages
  37. is "http://www.naf.cz/arachne/apm/". APMs don't necessary have
  38. to be located there, but this page should be at least starting point
  39. for Arachne users to find them.
  40.